In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer / GetRectCoordinatesOnDocumentInches Method

GetRectCoordinatesOnDocumentInches Method (IGdViewer)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(149)>

Sub GetRectCoordinatesOnDocumentInches( _

   ByRef Left As Single, _

   ByRef Top As Single, _

   ByRef Width As Single, _

   ByRef Height As Single _

) 
[DispId(149)]

void GetRectCoordinatesOnDocumentInches( 

   ref float Left,

   ref float Top,

   ref float Width,

   ref float Height

)
procedure GetRectCoordinatesOnDocumentInches( 

   var  Left: Single;

   var  Top: Single;

   var  Width: Single;

   var  Height: Single

); 
DispIdAttribute(149)

function GetRectCoordinatesOnDocumentInches( 

   Left : float,

   Top : float,

   Width : float,

   Height : float

);
[DispId(149)]

void GetRectCoordinatesOnDocumentInches( 

   ref float Left,

   ref float Top,

   ref float Width,

   ref float Height

) 
[DispId(149)]

void GetRectCoordinatesOnDocumentInches( 

   float% Left,

   float% Top,

   float% Width,

   float% Height

) 

Parameters

Left
Top
Width
Height
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer
IGdViewer Members